﻿2026-07-01T21:38:26.6887524Z ##[group]Run set -euo pipefail
2026-07-01T21:38:26.6888526Z [36;1mset -euo pipefail[0m
2026-07-01T21:38:26.6889473Z [36;1mPIN=0c95435[0m
2026-07-01T21:38:26.6890275Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-01T21:38:26.6891264Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-01T21:38:26.6892607Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-01T21:38:26.6894311Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-01T21:38:26.6896056Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-01T21:38:26.6897421Z [36;1m  rm -rf "$CACHE"[0m
2026-07-01T21:38:26.6898337Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-01T21:38:26.6899572Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-01T21:38:26.6900863Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-01T21:38:26.6902209Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-01T21:38:26.6903167Z [36;1mfi[0m
2026-07-01T21:38:26.6904256Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-01T21:38:26.6923019Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-01T21:38:26.6924141Z env:
2026-07-01T21:38:26.6924846Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-01T21:38:26.6925760Z ##[endgroup]
2026-07-01T21:38:26.9826722Z    Compiling proc-macro2 v1.0.106
2026-07-01T21:38:26.9828874Z    Compiling quote v1.0.45
2026-07-01T21:38:26.9830311Z    Compiling unicode-ident v1.0.24
2026-07-01T21:38:26.9831255Z    Compiling libc v0.2.186
2026-07-01T21:38:26.9832085Z    Compiling serde_core v1.0.228
2026-07-01T21:38:26.9832955Z    Compiling cfg-if v1.0.4
2026-07-01T21:38:26.9852671Z    Compiling serde v1.0.228
2026-07-01T21:38:26.9869786Z    Compiling log v0.4.32
2026-07-01T21:38:26.9897660Z    Compiling pin-project-lite v0.2.17
2026-07-01T21:38:26.9922037Z    Compiling typenum v1.20.1
2026-07-01T21:38:26.9993515Z    Compiling portable-atomic v1.13.1
2026-07-01T21:38:27.0044263Z    Compiling version_check v0.9.5
2026-07-01T21:38:27.0111893Z    Compiling memchr v2.8.1
2026-07-01T21:38:27.0113575Z    Compiling critical-section v1.2.0
2026-07-01T21:38:27.0114936Z    Compiling find-msvc-tools v0.1.9
2026-07-01T21:38:27.0644667Z    Compiling shlex v2.0.1
2026-07-01T21:38:27.0782465Z    Compiling bytes v1.11.1
2026-07-01T21:38:27.0812356Z    Compiling futures-core v0.3.32
2026-07-01T21:38:27.1582549Z    Compiling subtle v2.6.1
2026-07-01T21:38:27.2611865Z    Compiling equivalent v1.0.2
2026-07-01T21:38:27.3020265Z    Compiling smallvec v1.15.1
2026-07-01T21:38:27.3137170Z    Compiling itoa v1.0.18
2026-07-01T21:38:27.3335212Z    Compiling semver v1.0.28
2026-07-01T21:38:27.3400016Z    Compiling stable_deref_trait v1.2.1
2026-07-01T21:38:27.3581470Z    Compiling futures-io v0.3.32
2026-07-01T21:38:27.3785135Z    Compiling futures-sink v0.3.32
2026-07-01T21:38:27.4181646Z    Compiling slab v0.4.12
2026-07-01T21:38:27.4282043Z    Compiling futures-task v0.3.32
2026-07-01T21:38:27.4711844Z    Compiling futures-channel v0.3.32
2026-07-01T21:38:27.5281519Z    Compiling rustversion v1.0.22
2026-07-01T21:38:27.5341526Z    Compiling generic-array v0.14.7
2026-07-01T21:38:27.5541147Z    Compiling bitflags v2.12.1
2026-07-01T21:38:27.5831356Z    Compiling hashbrown v0.17.1
2026-07-01T21:38:27.6291633Z    Compiling rustc_version v0.4.1
2026-07-01T21:38:27.6386283Z    Compiling cpufeatures v0.2.17
2026-07-01T21:38:27.7202108Z    Compiling fnv v1.0.7
2026-07-01T21:38:27.7651889Z    Compiling rand_core v0.10.1
2026-07-01T21:38:27.7792246Z    Compiling cfg_aliases v0.2.1
2026-07-01T21:38:27.7871908Z    Compiling strsim v0.11.1
2026-07-01T21:38:27.7911447Z    Compiling litemap v0.8.2
2026-07-01T21:38:27.7986360Z    Compiling writeable v0.6.3
2026-07-01T21:38:27.8588782Z    Compiling icu_properties_data v2.2.0
2026-07-01T21:38:27.9160612Z    Compiling icu_normalizer_data v2.2.0
2026-07-01T21:38:27.9640810Z    Compiling fs_extra v1.3.0
2026-07-01T21:38:27.9868203Z    Compiling ident_case v1.0.1
2026-07-01T21:38:28.0020588Z    Compiling dunce v1.0.5
2026-07-01T21:38:28.0731208Z    Compiling utf8_iter v1.0.4
2026-07-01T21:38:28.0961699Z    Compiling getrandom v0.4.2
2026-07-01T21:38:28.2106486Z    Compiling percent-encoding v2.3.2
2026-07-01T21:38:28.2674665Z    Compiling autocfg v1.5.1
2026-07-01T21:38:28.2961404Z    Compiling http v1.4.1
2026-07-01T21:38:28.3004183Z    Compiling thiserror v2.0.18
2026-07-01T21:38:28.3083519Z    Compiling unicode-segmentation v1.13.3
2026-07-01T21:38:28.3618637Z    Compiling syn v2.0.117
2026-07-01T21:38:28.3950958Z    Compiling cpufeatures v0.3.0
2026-07-01T21:38:28.4170857Z    Compiling aws-lc-rs v1.17.0
2026-07-01T21:38:28.4621425Z    Compiling scopeguard v1.2.0
2026-07-01T21:38:28.4741314Z    Compiling chacha20 v0.10.0
2026-07-01T21:38:28.4931462Z    Compiling indexmap v2.14.0
2026-07-01T21:38:28.5401435Z    Compiling lock_api v0.4.14
2026-07-01T21:38:28.5474654Z    Compiling form_urlencoded v1.2.2
2026-07-01T21:38:28.6540635Z    Compiling untrusted v0.9.0
2026-07-01T21:38:28.7420659Z    Compiling rustls v0.23.40
2026-07-01T21:38:28.7634126Z    Compiling heck v0.5.0
2026-07-01T21:38:28.7761074Z    Compiling anyhow v1.0.102
2026-07-01T21:38:28.7950580Z    Compiling jobserver v0.1.34
2026-07-01T21:38:28.8111333Z    Compiling atomic-waker v1.1.2
2026-07-01T21:38:28.8272236Z    Compiling unicode-xid v0.2.6
2026-07-01T21:38:28.8422860Z    Compiling const-oid v0.10.2
2026-07-01T21:38:28.8771503Z    Compiling convert_case v0.10.0
2026-07-01T21:38:28.9340600Z    Compiling httparse v1.10.1
2026-07-01T21:38:28.9440614Z    Compiling parking_lot_core v0.9.12
2026-07-01T21:38:28.9680558Z    Compiling zerocopy v0.8.50
2026-07-01T21:38:28.9810585Z    Compiling paste v1.0.15
2026-07-01T21:38:29.0391488Z    Compiling num-traits v0.2.19
2026-07-01T21:38:29.0547318Z    Compiling hybrid-array v0.4.12
2026-07-01T21:38:29.0745146Z    Compiling curve25519-dalek v4.1.3
2026-07-01T21:38:29.1507534Z    Compiling cc v1.2.63
2026-07-01T21:38:29.1878282Z    Compiling ahash v0.8.12
2026-07-01T21:38:29.2400844Z    Compiling powerfmt v0.2.0
2026-07-01T21:38:29.2981780Z    Compiling base64ct v1.8.3
2026-07-01T21:38:29.3463048Z    Compiling either v1.16.0
2026-07-01T21:38:29.3600936Z    Compiling fastrand v2.4.1
2026-07-01T21:38:29.3863164Z    Compiling crypto-common v0.1.7
2026-07-01T21:38:29.4007862Z    Compiling block-buffer v0.10.4
2026-07-01T21:38:29.5620461Z    Compiling http-body v1.0.1
2026-07-01T21:38:29.5741460Z    Compiling digest v0.10.7
2026-07-01T21:38:29.6020835Z    Compiling pem-rfc7468 v1.0.0
2026-07-01T21:38:29.6164197Z    Compiling deranged v0.5.8
2026-07-01T21:38:29.6920961Z    Compiling mio v1.2.1
2026-07-01T21:38:29.6990846Z    Compiling socket2 v0.6.4
2026-07-01T21:38:29.7310583Z    Compiling getrandom v0.2.17
2026-07-01T21:38:29.9098938Z    Compiling rand_core v0.6.4
2026-07-01T21:38:29.9571030Z    Compiling time-core v0.1.8
2026-07-01T21:38:29.9661614Z    Compiling tower-service v0.3.3
2026-07-01T21:38:30.0241479Z    Compiling rand v0.10.1
2026-07-01T21:38:30.0544832Z    Compiling try-lock v0.2.5
2026-07-01T21:38:30.0614380Z    Compiling zmij v1.0.21
2026-07-01T21:38:30.0761130Z    Compiling tinyvec_macros v0.1.1
2026-07-01T21:38:30.1287366Z    Compiling pkg-config v0.3.33
2026-07-01T21:38:30.1390832Z    Compiling base64 v0.22.1
2026-07-01T21:38:30.1541086Z    Compiling vcpkg v0.2.15
2026-07-01T21:38:30.1710853Z    Compiling data-encoding v2.11.0
2026-07-01T21:38:30.2244295Z    Compiling num-conv v0.2.2
2026-07-01T21:38:30.2448186Z    Compiling want v0.3.1
2026-07-01T21:38:30.2598790Z    Compiling tinyvec v1.11.0
2026-07-01T21:38:30.3304829Z    Compiling parking_lot v0.12.5
2026-07-01T21:38:30.4920587Z    Compiling cmake v0.1.58
2026-07-01T21:38:30.5010512Z    Compiling sha2 v0.10.9
2026-07-01T21:38:30.5400147Z    Compiling crypto-common v0.2.2
2026-07-01T21:38:30.7790242Z    Compiling block-buffer v0.12.0
2026-07-01T21:38:30.8470566Z    Compiling inout v0.1.4
2026-07-01T21:38:30.8940433Z    Compiling vergen-lib v9.1.0
2026-07-01T21:38:30.9260557Z    Compiling n0-future v0.3.2
2026-07-01T21:38:30.9649651Z    Compiling parking v2.2.1
2026-07-01T21:38:30.9780599Z    Compiling serde_json v1.0.150
2026-07-01T21:38:31.0508275Z    Compiling cordyceps v0.3.4
2026-07-01T21:38:31.0511406Z    Compiling signature v2.2.0
2026-07-01T21:38:31.0760792Z    Compiling winnow v1.0.3
2026-07-01T21:38:31.0970622Z    Compiling httpdate v1.0.3
2026-07-01T21:38:31.1595033Z    Compiling crossbeam-utils v0.8.21
2026-07-01T21:38:31.1635722Z    Compiling diatomic-waker v0.2.3
2026-07-01T21:38:31.1691994Z    Compiling spin v0.10.0
2026-07-01T21:38:31.2161252Z    Compiling ed25519 v2.2.3
2026-07-01T21:38:31.2518843Z    Compiling futures-lite v2.6.1
2026-07-01T21:38:31.2560712Z    Compiling cipher v0.4.4
2026-07-01T21:38:31.3221404Z    Compiling netlink-packet-core v0.8.1
2026-07-01T21:38:31.3320817Z    Compiling universal-hash v0.5.1
2026-07-01T21:38:31.4192190Z    Compiling futures-buffered v0.2.13
2026-07-01T21:38:31.4400092Z    Compiling vergen v9.1.0
2026-07-01T21:38:31.4430076Z    Compiling vergen-lib v0.1.6
2026-07-01T21:38:31.4647079Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-01T21:38:31.4778017Z    Compiling heapless v0.7.17
2026-07-01T21:38:31.4890676Z    Compiling noq-udp v0.10.0
2026-07-01T21:38:31.5026417Z    Compiling digest v0.11.3
2026-07-01T21:38:31.5090530Z    Compiling aws-lc-sys v0.41.0
2026-07-01T21:38:31.5732358Z    Compiling ring v0.17.14
2026-07-01T21:38:31.6031495Z    Compiling libsqlite3-sys v0.30.1
2026-07-01T21:38:31.6450643Z    Compiling sync_wrapper v1.0.2
2026-07-01T21:38:31.6540682Z    Compiling allocator-api2 v0.2.21
2026-07-01T21:38:31.6622683Z    Compiling byteorder v1.5.0
2026-07-01T21:38:31.6760808Z    Compiling opaque-debug v0.3.1
2026-07-01T21:38:31.7299728Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-01T21:38:31.8160582Z    Compiling polyval v0.6.2
2026-07-01T21:38:31.8944861Z    Compiling hash32 v0.2.1
2026-07-01T21:38:31.9521068Z    Compiling spin v0.9.8
2026-07-01T21:38:32.0062310Z    Compiling vergen-gitcl v1.0.8
2026-07-01T21:38:32.0129584Z    Compiling num_threads v0.1.7
2026-07-01T21:38:32.1210971Z    Compiling fallible-iterator v0.3.0
2026-07-01T21:38:32.1340579Z    Compiling tower-layer v0.3.3
2026-07-01T21:38:32.1471051Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-01T21:38:32.1777217Z    Compiling ryu v1.0.23
2026-07-01T21:38:32.1981331Z    Compiling signature v3.0.0
2026-07-01T21:38:32.2528820Z    Compiling time v0.3.47
2026-07-01T21:38:32.2890739Z    Compiling ghash v0.5.1
2026-07-01T21:38:32.2999978Z    Compiling sha2 v0.11.0-rc.5
2026-07-01T21:38:32.3452812Z    Compiling aes v0.8.4
2026-07-01T21:38:32.3490895Z    Compiling ctr v0.9.2
2026-07-01T21:38:32.4540806Z    Compiling fs2 v0.4.3
2026-07-01T21:38:32.4744278Z    Compiling http-body-util v0.1.3
2026-07-01T21:38:32.5305670Z    Compiling aead v0.5.2
2026-07-01T21:38:32.5650511Z    Compiling openssl-probe v0.2.1
2026-07-01T21:38:32.6126198Z    Compiling utf8parse v0.2.2
2026-07-01T21:38:32.6682907Z    Compiling arrayvec v0.7.6
2026-07-01T21:38:32.6990725Z    Compiling crossbeam-epoch v0.9.18
2026-07-01T21:38:32.7330854Z    Compiling crossbeam-channel v0.5.15
2026-07-01T21:38:32.7512971Z    Compiling netlink-packet-route v0.29.0
2026-07-01T21:38:32.8160919Z    Compiling blake3 v1.8.5
2026-07-01T21:38:32.9580464Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-01T21:38:33.0400497Z    Compiling aes-gcm v0.10.3
2026-07-01T21:38:33.0620531Z    Compiling uuid v1.23.2
2026-07-01T21:38:33.1320911Z    Compiling memoffset v0.6.5
2026-07-01T21:38:33.1570215Z    Compiling acto v0.8.2
2026-07-01T21:38:33.2002994Z    Compiling netwatch v0.16.0
2026-07-01T21:38:33.2257691Z    Compiling noq v0.18.0
2026-07-01T21:38:33.3410684Z    Compiling mac-addr v0.3.0
2026-07-01T21:38:33.3700451Z    Compiling sorted-index-buffer v0.2.1
2026-07-01T21:38:33.4006747Z    Compiling rustix v1.1.4
2026-07-01T21:38:33.4983744Z    Compiling ref-cast v1.0.25
2026-07-01T21:38:33.5400600Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-01T21:38:33.5546448Z    Compiling tagptr v0.2.0
2026-07-01T21:38:33.5660705Z    Compiling lru-slab v0.1.2
2026-07-01T21:38:33.6090512Z    Compiling identity-hash v0.1.0
2026-07-01T21:38:33.6941114Z    Compiling rustc-hash v2.1.2
2026-07-01T21:38:33.7100830Z    Compiling thiserror v1.0.69
2026-07-01T21:38:33.7262215Z    Compiling xml-rs v0.8.28
2026-07-01T21:38:33.7485863Z    Compiling foldhash v0.2.0
2026-07-01T21:38:33.8181716Z    Compiling synstructure v0.13.2
2026-07-01T21:38:33.8263923Z    Compiling darling_core v0.20.11
2026-07-01T21:38:33.8948758Z    Compiling serde_derive_internals v0.29.1
2026-07-01T21:38:33.9587269Z    Compiling hashbrown v0.16.1
2026-07-01T21:38:34.2455049Z    Compiling netlink-packet-route v0.30.0
2026-07-01T21:38:34.5848324Z    Compiling proc-macro-crate v3.5.0
2026-07-01T21:38:34.7695457Z    Compiling xmltree v0.10.3
2026-07-01T21:38:34.8298547Z    Compiling errno v0.3.14
2026-07-01T21:38:34.9841090Z    Compiling serial-core v0.4.0
2026-07-01T21:38:35.0020882Z    Compiling ioctl-rs v0.1.6
2026-07-01T21:38:35.0190794Z    Compiling termios v0.2.2
2026-07-01T21:38:35.0331523Z    Compiling aho-corasick v1.1.4
2026-07-01T21:38:35.0391431Z    Compiling simple-dns v0.9.3
2026-07-01T21:38:35.0572016Z    Compiling constant_time_eq v0.4.2
2026-07-01T21:38:35.1012007Z    Compiling sha1_smol v1.0.1
2026-07-01T21:38:35.1142310Z    Compiling smol_str v0.1.24
2026-07-01T21:38:35.1271022Z    Compiling resolv-conf v0.7.6
2026-07-01T21:38:35.1501327Z    Compiling winnow v0.7.15
2026-07-01T21:38:35.1893088Z    Compiling simdutf8 v0.1.5
2026-07-01T21:38:35.3081279Z    Compiling toml_write v0.1.2
2026-07-01T21:38:35.3500926Z    Compiling arrayref v0.3.9
2026-07-01T21:38:35.4100834Z    Compiling signal-hook v0.3.18
2026-07-01T21:38:35.4102587Z    Compiling regex-syntax v0.8.10
2026-07-01T21:38:35.5142017Z    Compiling linux-raw-sys v0.12.1
2026-07-01T21:38:35.5317613Z    Compiling serial-unix v0.4.0
2026-07-01T21:38:35.5978001Z    Compiling signal-hook-registry v1.4.8
2026-07-01T21:38:35.6810267Z    Compiling lru v0.16.4
2026-07-01T21:38:35.7301176Z    Compiling serde_derive v1.0.228
2026-07-01T21:38:35.7649089Z    Compiling zeroize_derive v1.4.3
2026-07-01T21:38:35.9080861Z    Compiling tokio-macros v2.7.0
2026-07-01T21:38:36.0050752Z    Compiling zerofrom-derive v0.1.7
2026-07-01T21:38:36.1188136Z    Compiling futures-macro v0.3.32
2026-07-01T21:38:36.2210884Z    Compiling yoke-derive v0.8.2
2026-07-01T21:38:36.4759735Z    Compiling zeroize v1.8.2
2026-07-01T21:38:36.6845237Z    Compiling zerovec-derive v0.11.3
2026-07-01T21:38:36.7171630Z    Compiling displaydoc v0.2.6
2026-07-01T21:38:36.7370487Z    Compiling tokio v1.52.3
2026-07-01T21:38:37.1850772Z    Compiling futures-util v0.3.32
2026-07-01T21:38:37.2959615Z    Compiling tracing-attributes v0.1.31
2026-07-01T21:38:37.5952210Z    Compiling zerofrom v0.1.8
2026-07-01T21:38:37.6680764Z    Compiling rustls-pki-types v1.14.1
2026-07-01T21:38:37.6910644Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-01T21:38:37.7208219Z    Compiling yoke v0.8.3
2026-07-01T21:38:37.7279953Z    Compiling thiserror-impl v2.0.18
2026-07-01T21:38:37.9430650Z    Compiling zerotrie v0.2.4
2026-07-01T21:38:38.3227113Z    Compiling darling_macro v0.20.11
2026-07-01T21:38:38.3563579Z    Compiling zerovec v0.11.6
2026-07-01T21:38:38.3638158Z    Compiling derive_more-impl v2.1.1
2026-07-01T21:38:38.4830591Z    Compiling spez v0.1.2
2026-07-01T21:38:38.7150378Z    Compiling darling v0.20.11
2026-07-01T21:38:38.7813566Z    Compiling derive_builder_core v0.20.2
2026-07-01T21:38:38.8711007Z    Compiling n0-error-macros v0.1.3
2026-07-01T21:38:39.0470463Z    Compiling der v0.8.0-rc.10
2026-07-01T21:38:39.1690444Z    Compiling tinystr v0.8.3
2026-07-01T21:38:39.3778048Z    Compiling icu_locale_core v2.2.0
2026-07-01T21:38:39.5404295Z    Compiling potential_utf v0.1.5
2026-07-01T21:38:39.7018861Z    Compiling icu_collections v2.2.0
2026-07-01T21:38:40.0932469Z    Compiling n0-error v0.1.3
2026-07-01T21:38:40.1138313Z    Compiling derive_builder_macro v0.20.2
2026-07-01T21:38:40.2480618Z    Compiling pin-project-internal v1.1.13
2026-07-01T21:38:40.4443026Z    Compiling derive_builder v0.20.2
2026-07-01T21:38:40.4444561Z    Compiling ed25519-dalek v2.2.0
2026-07-01T21:38:40.4691784Z    Compiling icu_provider v2.2.0
2026-07-01T21:38:40.8310500Z    Compiling icu_normalizer v2.2.0
2026-07-01T21:38:40.9241224Z    Compiling icu_properties v2.2.0
2026-07-01T21:38:40.9401043Z    Compiling spki v0.8.0-rc.4
2026-07-01T21:38:41.0680836Z    Compiling spt-proto v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-01T21:38:41.2430353Z    Compiling ipnet v2.12.0
2026-07-01T21:38:41.3280880Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-01T21:38:41.3800941Z    Compiling futures-executor v0.3.32
2026-07-01T21:38:41.5051051Z    Compiling ed25519 v3.0.0-rc.4
2026-07-01T21:38:41.7110498Z    Compiling prefix-trie v0.8.4
2026-07-01T21:38:41.7490706Z    Compiling pin-project v1.1.13
2026-07-01T21:38:41.7801036Z    Compiling futures v0.3.32
2026-07-01T21:38:41.8276798Z    Compiling cobs v0.3.0
2026-07-01T21:38:41.8430439Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-01T21:38:41.9931286Z    Compiling once_cell v1.21.4
2026-07-01T21:38:42.0200450Z    Compiling postcard-derive v0.2.2
2026-07-01T21:38:42.0845676Z    Compiling rustls-native-certs v0.8.4
2026-07-01T21:38:42.2340624Z    Compiling tracing-core v0.1.36
2026-07-01T21:38:42.2770690Z    Compiling data-encoding-macro v0.1.20
2026-07-01T21:38:42.3660469Z    Compiling idna_adapter v1.2.2
2026-07-01T21:38:42.4870786Z    Compiling idna v1.1.0
2026-07-01T21:38:42.5300979Z    Compiling hashbrown v0.14.5
2026-07-01T21:38:42.5490422Z    Compiling strum_macros v0.28.0
2026-07-01T21:38:42.5772989Z    Compiling num_enum_derive v0.7.6
2026-07-01T21:38:42.5879730Z    Compiling postcard v1.1.3
2026-07-01T21:38:42.7111226Z    Compiling tokio-util v0.7.18
2026-07-01T21:38:42.8119362Z    Compiling tracing v0.1.44
2026-07-01T21:38:42.8241090Z    Compiling netlink-sys v0.8.8
2026-07-01T21:38:42.9890709Z    Compiling url v2.5.8
2026-07-01T21:38:43.1180661Z    Compiling derive_more v2.1.1
2026-07-01T21:38:43.2025112Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-01T21:38:43.2120446Z    Compiling tower v0.5.3
2026-07-01T21:38:43.3080705Z    Compiling hashlink v0.9.1
2026-07-01T21:38:43.3980684Z    Compiling iroh-metrics-derive v0.4.1
2026-07-01T21:38:43.5220998Z    Compiling async-trait v0.1.89
2026-07-01T21:38:43.6530697Z    Compiling enum-assoc v1.3.0
2026-07-01T21:38:43.7293691Z    Compiling h2 v0.4.14
2026-07-01T21:38:43.8050737Z    Compiling tokio-stream v0.1.18
2026-07-01T21:38:43.8150333Z    Compiling num_enum v0.7.6
2026-07-01T21:38:43.8374060Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-01T21:38:43.8900127Z    Compiling n0-watcher v0.6.1
2026-07-01T21:38:43.9241949Z    Compiling rusqlite v0.32.1
2026-07-01T21:38:43.9555049Z    Compiling iroh-base v0.98.0
2026-07-01T21:38:43.9590653Z    Compiling iroh-metrics v0.38.3
2026-07-01T21:38:43.9740627Z    Compiling attohttpc v0.30.1
2026-07-01T21:38:44.1489992Z    Compiling tower-http v0.6.11
2026-07-01T21:38:44.5461017Z    Compiling netlink-proto v0.12.0
2026-07-01T21:38:44.5556783Z    Compiling netdev v0.42.0
2026-07-01T21:38:44.5636873Z    Compiling iroh-relay v0.98.0
2026-07-01T21:38:44.5800839Z    Compiling moka v0.12.15
2026-07-01T21:38:44.6715495Z    Compiling serde_spanned v0.6.9
2026-07-01T21:38:44.6980977Z    Compiling toml_datetime v0.6.11
2026-07-01T21:38:44.7830515Z    Compiling thiserror-impl v1.0.69
2026-07-01T21:38:44.8345589Z    Compiling ref-cast-impl v1.0.25
2026-07-01T21:38:44.9040737Z    Compiling webpki-roots v1.0.7
2026-07-01T21:38:44.9580406Z    Compiling toml_edit v0.22.27
2026-07-01T21:38:45.0189567Z    Compiling regex-automata v0.4.14
2026-07-01T21:38:45.2371254Z    Compiling spt-store v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-01T21:38:45.5825785Z    Compiling strum v0.28.0
2026-07-01T21:38:45.6712576Z    Compiling schemars_derive v1.2.1
2026-07-01T21:38:45.6990196Z    Compiling iroh-dns v0.98.0
2026-07-01T21:38:45.8750762Z    Compiling darling_core v0.23.0
2026-07-01T21:38:45.8847405Z    Compiling serde_bytes v0.11.19
2026-07-01T21:38:45.9676352Z    Compiling hmac v0.12.1
2026-07-01T21:38:46.1355956Z    Compiling seize v0.5.1
2026-07-01T21:38:46.1436591Z    Compiling iroh v0.98.2
2026-07-01T21:38:46.2660165Z    Compiling pin-utils v0.1.0
2026-07-01T21:38:46.3410493Z    Compiling rustix v0.38.44
2026-07-01T21:38:46.4170520Z    Compiling dyn-clone v1.0.20
2026-07-01T21:38:46.4530311Z    Compiling cmov v0.5.4
2026-07-01T21:38:46.5181491Z    Compiling bitflags v1.3.2
2026-07-01T21:38:46.5518671Z    Compiling filedescriptor v0.8.3
2026-07-01T21:38:46.6000534Z    Compiling nix v0.25.1
2026-07-01T21:38:46.6690970Z    Compiling papaya v0.2.4
2026-07-01T21:38:46.7138404Z    Compiling ctutils v0.4.2
2026-07-01T21:38:46.8354188Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-01T21:38:46.8921355Z    Compiling hkdf v0.12.4
2026-07-01T21:38:46.9480650Z    Compiling backon v1.6.0
2026-07-01T21:38:47.0402583Z    Compiling serial v0.4.0
2026-07-01T21:38:47.1096976Z    Compiling anstyle-parse v1.0.0
2026-07-01T21:38:47.1950790Z    Compiling vte_generate_state_changes v0.1.2
2026-07-01T21:38:47.2790398Z    Compiling anstyle v1.0.14
2026-07-01T21:38:47.3395662Z    Compiling colorchoice v1.0.5
2026-07-01T21:38:47.4230853Z    Compiling anstyle-query v1.1.5
2026-07-01T21:38:47.4232136Z    Compiling shell-words v1.1.1
2026-07-01T21:38:47.5268769Z    Compiling is_terminal_polyfill v1.70.2
2026-07-01T21:38:47.5540071Z    Compiling foldhash v0.1.5
2026-07-01T21:38:47.5791959Z    Compiling downcast-rs v1.2.1
2026-07-01T21:38:47.6201015Z    Compiling linux-raw-sys v0.4.15
2026-07-01T21:38:47.6551043Z    Compiling instability v0.3.12
2026-07-01T21:38:47.6779881Z    Compiling anstream v1.0.0
2026-07-01T21:38:47.6930636Z    Compiling schemars v1.2.1
2026-07-01T21:38:47.7770325Z    Compiling toml v0.8.23
2026-07-01T21:38:47.8761472Z    Compiling regex v1.12.3
2026-07-01T21:38:48.1528524Z    Compiling terminal_size v0.4.4
2026-07-01T21:38:48.3460804Z    Compiling spt-msg v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-01T21:38:48.5750614Z    Compiling hashbrown v0.15.5
2026-07-01T21:38:48.7888222Z    Compiling vte v0.13.1
2026-07-01T21:38:48.8650670Z    Compiling signal-hook-mio v0.2.5
2026-07-01T21:38:48.9706149Z    Compiling spt-runtime v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-01T21:38:49.3069662Z    Compiling spake2 v0.4.0
2026-07-01T21:38:49.3195054Z    Compiling strum_macros v0.26.4
2026-07-01T21:38:49.4290681Z    Compiling sha1 v0.10.6
2026-07-01T21:38:49.7150882Z    Compiling hyper v1.10.1
2026-07-01T21:38:49.7310956Z    Compiling darling_macro v0.23.0
2026-07-01T21:38:49.7444958Z    Compiling itertools v0.13.0
2026-07-01T21:38:49.9310882Z    Compiling castaway v0.2.4
2026-07-01T21:38:49.9380809Z    Compiling doctest-file v1.1.1
2026-07-01T21:38:50.0170542Z    Compiling static_assertions v1.1.0
2026-07-01T21:38:50.0980934Z    Compiling clap_lex v1.1.0
2026-07-01T21:38:50.1593561Z    Compiling darling v0.23.0
2026-07-01T21:38:50.2560947Z    Compiling indoc v2.0.7
2026-07-01T21:38:50.3860482Z    Compiling unicode-width v0.1.14
2026-07-01T21:38:50.5050966Z    Compiling clap_builder v4.6.0
2026-07-01T21:38:50.5131865Z    Compiling interprocess v2.4.2
2026-07-01T21:38:50.5851255Z    Compiling compact_str v0.8.2
2026-07-01T21:38:50.7376670Z    Compiling lru v0.12.5
2026-07-01T21:38:50.7960831Z    Compiling portable-pty v0.8.1
2026-07-01T21:38:50.9130770Z    Compiling crossterm v0.28.1
2026-07-01T21:38:51.0270913Z    Compiling clap_derive v4.6.1
2026-07-01T21:38:51.2928792Z    Compiling spt-term v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-01T21:38:51.4530770Z    Compiling iana-time-zone v0.1.65
2026-07-01T21:38:51.5663511Z    Compiling hyper-util v0.1.20
2026-07-01T21:38:51.8340872Z    Compiling unicode-truncate v1.1.0
2026-07-01T21:38:51.8835025Z    Compiling unicode-width v0.2.0
2026-07-01T21:38:51.9156622Z    Compiling strum v0.26.3
2026-07-01T21:38:51.9551162Z    Compiling cassowary v0.3.0
2026-07-01T21:38:52.0041308Z    Compiling chrono v0.4.45
2026-07-01T21:38:52.0451002Z    Compiling nucleo-matcher v0.3.1
2026-07-01T21:38:52.1337862Z    Compiling qrcode v0.14.1
2026-07-01T21:38:52.1750699Z    Compiling tempfile v3.27.0
2026-07-01T21:38:52.4350646Z    Compiling ratatui v0.29.0
2026-07-01T21:38:52.5790899Z    Compiling spt-live v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-01T21:38:53.5774192Z    Compiling clap v4.6.1
2026-07-01T21:38:53.7321163Z    Compiling igd-next v0.17.1
2026-07-01T21:38:54.9720874Z    Compiling portmapper v0.16.0
2026-07-01T21:39:00.2514322Z    Compiling rustls-webpki v0.103.13
2026-07-01T21:39:02.6852395Z    Compiling tokio-rustls v0.26.4
2026-07-01T21:39:02.6855577Z    Compiling noq-proto v0.17.0
2026-07-01T21:39:02.6855939Z    Compiling rustls-platform-verifier v0.7.0
2026-07-01T21:39:02.8275426Z    Compiling hickory-net v0.26.0-beta.4
2026-07-01T21:39:02.8276070Z    Compiling hyper-rustls v0.27.9
2026-07-01T21:39:02.8276451Z    Compiling tokio-websockets v0.13.2
2026-07-01T21:39:02.9552610Z    Compiling reqwest v0.13.4
2026-07-01T21:39:03.9822323Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-01T21:39:18.4233672Z    Compiling spt-net v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-01T21:39:19.9165121Z    Compiling spt-daemon v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-01T21:39:27.5511778Z    Compiling spt v0.19.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-01T21:39:31.9342904Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-07-01T21:39:31.9563570Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-430d2d34ad675120)
2026-07-01T21:39:31.9576693Z 
2026-07-01T21:39:31.9576927Z running 1 test
2026-07-01T21:39:38.0486252Z test new_brain_serves_against_old_broker ... ok
2026-07-01T21:39:38.0487640Z 
2026-07-01T21:39:38.0488223Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-01T21:39:38.0488575Z 
